(Info-goto-emacs-key-command-node): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Jan 2001 09:53:02 +0000 (09:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Jan 2001 09:53:02 +0000 (09:53 +0000)
(Info-goto-emacs-command-node): Doc fix.

lisp/info.el

index 39f4c5df64a3c69167e17b890d2fcf81c0e3c28f..6239b036fd372dd6e4e0803c0a0e7f27d718e2f8 100644 (file)
@@ -2369,7 +2369,7 @@ The locations are of the format used in `Info-history', i.e.
 ;;;###autoload
 (defun Info-goto-emacs-command-node (command)
   "Go to the Info node in the Emacs manual for command COMMAND.
-The command is found by looking up in Emacs manual's Command Index
+The command is found by looking up in Emacs manual's indices
 or in another manual found via COMMAND's `info-file' property or
 the variable `Info-file-list-for-emacs'."
   (interactive "CFind documentation for command: ")
@@ -2405,9 +2405,10 @@ the variable `Info-file-list-for-emacs'."
 
 ;;;###autoload
 (defun Info-goto-emacs-key-command-node (key)
-  "Go to the Info node in the Emacs manual the command bound to KEY, a string.
+  "Go to the node in the Emacs manual which describes the command bound to KEY.
+KEY is a string.
 Interactively, if the binding is `execute-extended-command', a command is read.
-The command is found by looking up in Emacs manual's Command Index
+The command is found by looking up in Emacs manual's indices
 or in another manual found via COMMAND's `info-file' property or
 the variable `Info-file-list-for-emacs'."
   (interactive "kFind documentation for key: ")